home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / VBScript.vbs < prev    next >
Text File  |  2002-07-22  |  136b  |  9 lines

  1. ' Description: VBScript|
  2. ' Created: {$DateTime} by {$UserName}
  3. Call Welcome()
  4.  
  5. Sub Welcome()
  6.   ' Enter usercode here
  7.   
  8. End Sub
  9.